DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing.Search Namespace / IndexedGroup<T> Class / Key Property

In This Topic
    Key Property (IndexedGroup<T>)
    In This Topic
    Gets the key of the IndexedGroup<T>.
    Syntax
    'Declaration
     
    Public ReadOnly Property Key As Object
    public object Key {get;}

    Property Value

    The key of the IndexedGroup<T>.
    See Also